home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / sgopher0.3 / INSTALL < prev    next >
Encoding:
Text File  |  1993-05-10  |  2.1 KB  |  39 lines

  1. The format for the command to invoke sgopher from the command line is
  2.     sgopher [gopherhost [gopherport]]
  3. where gopherhost is the host that the gopher server is running on
  4. and gopherport is the port that the server is running on.  For example;
  5.     sgopher gopher.aedc 70<return>
  6. ========================== For Ultrix systems ==========================
  7. Make sure that ULTRIX is defined in conf.h.
  8. The rest of the stuff should be like UNIX.
  9. ========================== For Solaris 1.x =============================
  10. define KRC in conf.h then do UNIX stuff
  11. ========================== For Solaris 2.x =============================
  12. set up USERLIBS as indicated in Makefile then do UNIX stuff
  13. ========================== For UNIX systems ============================
  14. Change conf.h and Makefile, then run make, then make install(as root).
  15. To launch from inetd add the following line to /etc/services
  16.     sgopher        3678/tcp
  17. and add the following line to /usr/etc/inetd.conf or /etc/inetd.conf
  18.     sgopher stream tcp nowait root /usr/local/bin/sgopher sgopher
  19. Of course, you can change the port that it is running on (3678).
  20. ========================== For VAX systems ============================
  21. I am a UNIX person so porting sgopher to VAX was a lot of fun.  It
  22. only works with Wollongong WIN/TCP (as far as I know).  I may not have
  23. done things in a standard way.  If any VAX gurus out there want
  24. to give me some tips...  The sources will have to be unpacked on a
  25. UNIX Machine and moved to a directory on the VAX machine.  To build sgopher
  26. under VMS type
  27.     @make<return>
  28. Then, if you wish, copy it into sys$common:, and set up a foreign link like;
  29.     gopher = "$ sys$common:sgopher.exe"
  30. so that you can supply the command line arguments.  This is done in one
  31. of the system start up files.
  32. It can be invoked directly and access the default server with the command
  33.     run sgopher<return>
  34. =======================================================================
  35. I am interested in any changes or problems that you encounter running
  36. or porting this program.  Also, if you find this program useful I would
  37. really appreciate hearing from you.
  38. Sean Fuller (fuller@aedc-vax.af.mil)
  39.